home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page3 / 00031.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  123 b   |  10 lines

  1. on mouseUp
  2.   global bfly
  3.   if the puppet of sprite 11 then
  4.     exit
  5.   end if
  6.   if bfly = 0 then
  7.     go("two")
  8.   end if
  9. end
  10.